projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e11bf1
)
Add a missing static
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2011 23:08:18 +0000
(18:08 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2011 23:08:18 +0000
(18:08 -0500)
gtk/a11y/gtktreeviewaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtktreeviewaccessible.c
b/gtk/a11y/gtktreeviewaccessible.c
index 9d6132cdb260c0de114f4e2c1d8ecb15f5416162..d6abe300e3845a1e0a2b1f01a0b86b0180174ad8 100644
(file)
--- a/
gtk/a11y/gtktreeviewaccessible.c
+++ b/
gtk/a11y/gtktreeviewaccessible.c
@@
-3089,7
+3089,7
@@
_gtk_tree_view_accessible_remove (GtkTreeView *treeview,
/* NB: id is not checked, only columns < id are.
* This is important so the function works for notification of removal of a column */
-guint
+
static
guint
to_visible_column_id (GtkTreeView *treeview,
guint id)
{